home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsdk.lha / man / cat3 / remove.0 < prev    next >
Text File  |  1996-09-02  |  1KB  |  32 lines

  1.  
  2. REMOVE(3)                  UNIX Programmer's Manual                  REMOVE(3)
  3.  
  4. NNAAMMEE
  5.      rreemmoovvee - remove directory entry
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssttddiioo..hh>>
  9.  
  10.      _i_n_t
  11.      rreemmoovvee(_c_o_n_s_t _c_h_a_r _*_p_a_t_h)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The rreemmoovvee() function is an alias for the unlink(2) system call.  It
  15.      deletes the file referenced by _p_a_t_h.
  16.  
  17. RREETTUURRNN VVAALLUUEESS
  18.      Upon successful completion, rreemmoovvee() returns 0.  Otherwise, -1 is re-
  19.      turned and the global variable _e_r_r_n_o is set to indicate the error.
  20.  
  21. EERRRROORRSS
  22.      The rreemmoovvee() function may fail and set _e_r_r_n_o for any of the errors speci-
  23.      fied for the routine unlink(2).
  24.  
  25. SSEEEE AALLSSOO
  26.      unlink(2)
  27.  
  28. SSTTAANNDDAARRDDSS
  29.      The rreemmoovvee() function conforms to ANSI C3.159-1989 (``ANSI C'').
  30.  
  31. BSD Experimental                 June 4, 1993                                1
  32.